home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / amos / AMOSList_0197.lzh / AMOSLIST / 000125_amos-request@svcs1.digex.net_Thu Jan 23 18:09:56 1997.msg < prev    next >
Internet Message Format  |  1997-02-02  |  3KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id SAA03720
  3.     for <mcox@access.digex.net>; Thu, 23 Jan 1997 18:09:54 -0500 (EST)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id MAA20020
  6.     for amos-out; Thu, 23 Jan 1997 12:35:46 -0500 (EST)
  7. Received: from access4.digex.net (qlUkZ3NHpJvic@access4.digex.net [205.197.245.195])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id MAA20017
  9.     for <amos-list@svcs1.digex.net>; Thu, 23 Jan 1997 12:35:45 -0500 (EST)
  10. Received: from localhost (mcox@localhost)
  11.           by access4.digex.net (8.8.4/8.8.4) with SMTP
  12.       id MAA11510 for <amos-list@access.digex.net>; Thu, 23 Jan 1997 12:35:44 -0500 (EST)
  13. Path: news2.digex.net!uunet!in2.uu.net!144.212.100.12!news.mathworks.com!usenet.eel.ufl.edu!warwick!qmw!odin
  14. From: odin@dcs.qmw.ac.uk (Andrew George Elia)
  15. Newsgroups: comp.sys.amiga.programmer
  16. Subject: Re: AmosPro reserved memory banks
  17. Date: 23 Jan 1997 13:06:10 GMT
  18. Organization: Queen Mary & Westfield College, London, UK
  19. Lines: 29
  20. Message-ID: <5c7no2$dgt@epsilon.qmw.ac.uk>
  21. References: <32E30497.1E54@kcs.com.au>
  22. NNTP-Posting-Host: kylie.dcs.qmw.ac.uk
  23. X-Newsreader: TIN [version 1.2 PL2]
  24. Xref: news2.digex.net comp.sys.amiga.programmer:108574
  25. ReSent-Date: Thu, 23 Jan 1997 12:35:39 -0500 (EST)
  26. ReSent-From: AoD <mcox@access.digex.net>
  27. ReSent-To: AMOS Mailing List <amos-list@access.digex.net>
  28. ReSent-Message-ID: <Pine.SUN.3.94.970123123539.11399B@access4.digex.net>
  29. Status: RO
  30. X-Status: 
  31.  
  32. On Mon, 20 Jan 1997 15:37:27 +1000, Sara Alavioon may remember saying something along the lines of this:
  33. : I have an AmosPro program which has two reserved banks. The banks are
  34. : packed pictures and I need to change these pictures using new IFF files. 
  35. : Does anybody know how can I change the content of these memory banks.
  36.  
  37. Yup. I guess it's going to come out now that I actually use AMOS quite a bit. So 
  38. shoot me!
  39.  
  40. OK. What you do is to go into direct mode (press Escape from the editor), and type 
  41. the following...
  42.  
  43.     Load IFF "MyFile",0
  44.  
  45. This will load the IFF picture called "MyFile" into screen 0. Now do this...
  46.  
  47.     Spack 0 To 5
  48.  
  49. This will compress the contents of screen 0 (ie. your picture) and put the results in 
  50. bank number 5. That should do the trick.
  51.  
  52. Andy E.
  53. --
  54. ------------------------------------------------------------------------
  55.     //
  56.    // What they conquer through ignorance, we conquer through knowledge
  57.  \X/
  58. ------------------------------------------------------------------------
  59.    E-Mail: odin@dcs.qmw.ac.uk  |  Web: http://www.dcs.qmw.ac.uk/~odin
  60. ------------------------------------------------------------------------
  61.  
  62.